internal/runtime/atomic.Uint32.Add (method)
24 uses
	internal/runtime/atomic (current package)
		types.go#L290: func (u *Uint32) Add(delta int32) uint32 {
	runtime
		mgc.go#L730: 	work.cycles.Add(1)
		mspanset.go#L213: 	if block.popped.Add(1) == spanSetBlockEntries {
		mstats.go#L778: 		seq := pp.statsSeq.Add(1)
		mstats.go#L807: 		seq := pp.statsSeq.Add(1)
		netpoll.go#L684: 		netpollWaiters.Add(delta)
		panic.go#L783: 	runningPanicDefers.Add(1)
		panic.go#L1147: 		runningPanicDefers.Add(-1)
		panic.go#L1286: 			runningPanicDefers.Add(-1)
		panic.go#L1341: 		panicking.Add(1)
		panic.go#L1404: 	if panicking.Add(-1) != 0 {
		proc.go#L2654: 				extraMWaiters.Add(1)
		proc.go#L2670: 	extraMLength.Add(delta)
		proc.go#L2683: 	extraMInUse.Add(1)
		proc.go#L2693: 	extraMInUse.Add(-1)
		sema.go#L168: 		root.nwait.Add(1)
		sema.go#L171: 			root.nwait.Add(-1)
		sema.go#L214: 		root.nwait.Add(-1)
		sema.go#L555: 	return l.wait.Add(1) - 1
		signal_unix.go#L352: 	gp.m.preemptGen.Add(1)
		sigqueue.go#L77: 	sig.delivering.Add(1)
		sigqueue.go#L81: 		sig.delivering.Add(-1)
		sigqueue.go#L89: 			sig.delivering.Add(-1)
		sigqueue.go#L122: 	sig.delivering.Add(-1)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |